From: Lute Kamstra Date: Wed, 29 Oct 2003 18:55:13 +0000 (+0000) Subject: (inferior-octave-prompt): Recognize version number in prompt. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25102 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7963f4fdc6ff7a175cf31b2229978f1a8961deec;p=emacs.git (inferior-octave-prompt): Recognize version number in prompt. --- diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index c09f99a4547..265cf6c049b 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el @@ -41,7 +41,7 @@ :group 'octave-inferior) (defcustom inferior-octave-prompt - "\\(^octave\\(\\|.bin\\)\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " + "\\(^octave\\(\\|.bin\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " "*Regexp to match prompts for the inferior Octave process." :type 'regexp :group 'octave-inferior)